Microsoft.Vsa.Vb.CodeDOM _CodeDOMProcessor () |
public interface Microsoft.Vsa.Vb.CodeDOM._CodeDOMProcessor
|
n/a
|
- Method: CodeCompileUnit CodeDOMFromXML (string xmlStream)
|
--> NONE <--
|
Microsoft.Vsa.Vb.CodeDOM _Location () |
public interface Microsoft.Vsa.Vb.CodeDOM._Location
|
n/a
|
- Property: uint BeginningColumn { public get; public set; }
- Property: uint BeginningLine { public get; public set; }
- Property: uint EndColumn { public get; public set; }
- Property: uint EndLine { public get; public set; }
|
--> NONE <--
|
Microsoft.Vsa.Vb.CodeDOM CodeDOMProcessor () |
public class Microsoft.Vsa.Vb.CodeDOM.CodeDOMProcessor
|
n/a
|
- Constructor: public CodeDOMProcessor ()
- Method: public virtual CodeCompileUnit CodeDOMFromXML (string xmlStream)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
|
--> NONE <--
|
Microsoft.Vsa.Vb.CodeDOM Location () |
public class Microsoft.Vsa.Vb.CodeDOM.Location
|
n/a
|
- Constructor: public Location ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: virtual uint BeginningColumn { public get; public set; }
- Property: virtual uint BeginningLine { public get; public set; }
- Property: virtual uint EndColumn { public get; public set; }
- Property: virtual uint EndLine { public get; public set; }
|
--> NONE <--
|